home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 64
/
Volume 64 - JOGO DISK .iso
/
Games
/
skecthpad.swf
/
scripts
/
frame_53
/
PlaceObject2_439_858
/
CLIPACTIONRECORD onClipEvent(mouseUp).as
< prev
Wrap
Text File
|
2008-04-25
|
227b
|
9 lines
onClipEvent(mouseUp){
if(this.hitTest(_root["drawline" + _root.symboller]) && live == true)
{
_root.score += Math.round(5 / _root.setthickness);
_root.hits = _root.hits + 1;
live = false;
}
}